home *** CD-ROM | disk | FTP | other *** search
- property psp_mysprite
-
- on beginSprite me
- psp_mysprite = sprite(me.spriteNum)
- end
-
- on exitFrame me
- psp_mysprite.locH = psp_mysprite.locH + ((the mouseH - psp_mysprite.locH) / 20.0)
- end
-
- on getPropertyDescriptionList me
- return [#myproperty: [#comment: "comment:", #format: #float, #range: [#min: 0, #max: 180], #default: 10]]
- end
-